Autogenerated HTML docs for v2.16.0-rc0 
diff --git a/git-describe.html b/git-describe.html index 6ed2fe6..d1476c3 100644 --- a/git-describe.html +++ b/git-describe.html 
@@ -739,7 +739,7 @@  <h2>NAME</h2>   <div class="sectionbody">   <p>git-describe -  - Describe a commit using the most recent tag reachable from it  + Give an object a human readable name based on an available ref   </p>   </div>   </div>  @@ -749,7 +749,8 @@  <div class="sectionbody">   <div class="verseblock">   <pre class="content"><em>git describe</em> [--all] [--tags] [--contains] [--abbrev=&lt;n&gt;] [&lt;commit-ish&gt;&#8230;]  -<em>git describe</em> [--all] [--tags] [--contains] [--abbrev=&lt;n&gt;] --dirty[=&lt;mark&gt;]</pre>  +<em>git describe</em> [--all] [--tags] [--contains] [--abbrev=&lt;n&gt;] --dirty[=&lt;mark&gt;]  +<em>git describe</em> &lt;blob&gt;</pre>   <div class="attribution">   </div></div>   </div>  @@ -765,6 +766,11 @@  <div class="paragraph"><p>By default (without --all or --tags) <code>git describe</code> only shows   annotated tags. For more information about creating annotated tags   see the -a and -s options to <a href="git-tag.html">git-tag(1)</a>.</p></div>  +<div class="paragraph"><p>If the given object refers to a blob, it will be described  +as <code>&lt;commit-ish&gt;:&lt;path&gt;</code>, such that the blob can be found  +at <code>&lt;path&gt;</code> in the <code>&lt;commit-ish&gt;</code>, which itself describes the  +first commit in which this blob occurs in a reverse revision walk  +from HEAD.</p></div>   </div>   </div>   <div class="sect1">  @@ -1010,6 +1016,15 @@  </div>   </div>   <div class="sect1">  +<h2 id="_bugs">BUGS</h2>  +<div class="sectionbody">  +<div class="paragraph"><p>Tree objects as well as tag objects not pointing at commits, cannot be described.  +When describing blobs, the lightweight tags pointing at blobs are ignored,  +but the blob is still described as &lt;committ-ish&gt;:&lt;path&gt; despite the lightweight  +tag being favorable.</p></div>  +</div>  +</div>  +<div class="sect1">   <h2 id="_git">GIT</h2>   <div class="sectionbody">   <div class="paragraph"><p>Part of the <a href="git.html">git(1)</a> suite</p></div>  @@ -1019,7 +1034,7 @@  <div id="footnotes"><hr /></div>   <div id="footer">   <div id="footer-text">  -Last updated 2017-09-29 13:22:11 JST  +Last updated 2017-12-28 15:18:28 PST   </div>   </div>   </body>